home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
06
/
8
/
DISK0685.ZIP
/
FORTH.ARC
/
4TH-OPTS.H
< prev
next >
Wrap
Text File
|
1983-07-30
|
689b
|
21 lines
;Assembly options and equates for FIG-FORTH
TRUE EQU -1
FALSE EQU 0
_ALIGN EQU FALSE ;definitions begin on even addresses
_DEBUG EQU FALSE ;include breakpoint/trace code
_FILES EQU TRUE ;include DOS file interface
_REPORT EQU TRUE ;assembly progress reports
_EXTEND EQU TRUE ;CODE extensions in "4TH-XTNS.ASM"
_DIRECTCON EQU FALSE ;console functions disable/enable
_TIMEANDDATE EQU TRUE ;include time and date functions
IOBITS EQU 8 ;number of bits to send/recieve
DRIVES EQU 2 ;How many drives?
INCH EQU 5 ;size of disks (8 or 5)
SIDES EQU 1 ;Number of sides/disk (1 or 2)
DENSITY EQU 1 ;1=single, 2=double density
;5.25" is always double density